home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #6 / Amiga Plus CD - 2004 - No. 06.iso / AmigaPlus / Tools / Dev_Libs / Amiblitz2 / thilo_includes / imageexample.ab2 < prev    next >
Text File  |  2003-02-04  |  354b  |  14 lines

  1. DEFTYPE .l:WBStartup                    ;recommend to always add this
  2. !error_include
  3. !image_include
  4. !screen_ {0,"test","ram:screenprefs",1} ;open always screenmode
  5.                                         ;requester because Mode is 1
  6.  
  7. Window 0,0,0,100,100,$100f,"testwin",0,1
  8. ret=image_load {0,"gfx/ball64x64",1}
  9.     image_blitmask {0,10,10}
  10. WaitEvent
  11.  
  12.  
  13.  
  14.